-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Query plan, Offset Limit #6756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query plan, Offset Limit #6756
Conversation
Porting offset-limit from v3 to v4 Removing enableCrossPartitionQuery from FeedOptions
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…imit # Conflicts: # sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/BridgeInternal.java # sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/FeedOptions.java # sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/query/DocumentQueryExecutionContextFactory.java # sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/rx/TestSuiteBase.java
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…imit # Conflicts: # sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/query/ParallelDocumentQueryExecutionContext.java # sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/query/ParallelDocumentQueryExecutionContextBase.java
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
moderakh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has been reviewed when originally landed on v2. Looks good.
Just please run the CIs after feature/cosmosv4 was merged to make sure query still works.
...smos/src/test/java/com/azure/cosmos/implementation/routing/RoutingMapProviderHelperTest.java
Outdated
Show resolved
Hide resolved
…e test is passing on prod endpoint and failing on emulator when run locally Fixing id in a test
on emulator and prod
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Ran the readmywrites workflow on a VM. The 5 failures observed are because of NotYetConnected exception and filed an issue to track it. |
kushagraThapar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for bringing this change on v4.
Porting query plan from v3 to v4
Porting offset-limit from v3 to v4
Removing enableCrossPartitionQuery from FeedOptions